object PropsForm: TPropsForm Left = 236 Top = 334 BorderStyle = bsDialog Caption = 'Properties' ClientHeight = 313 ClientWidth = 292 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter DesignSize = ( 292 313) PixelsPerInch = 96 TextHeight = 13 object OKButton: TTntButton Left = 8 Top = 284 Width = 75 Height = 25 Anchors = [akLeft, akBottom] Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelButton: TTntButton Left = 88 Top = 284 Width = 75 Height = 25 Anchors = [akLeft, akBottom] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object PageControl: TTntPageControl Left = 0 Top = 0 Width = 292 Height = 277 ActivePage = VerifyPage Align = alTop Anchors = [akLeft, akTop, akRight, akBottom] TabOrder = 2 object UpdatePage: TTntTabSheet Caption = '&Update' DesignSize = ( 284 249) object MaskLabel: TTntLabel Left = 8 Top = 45 Width = 49 Height = 13 Caption = 'Files &mask' FocusControl = MaskEdit end object UpdateFolderLabel: TTntLabel Left = 8 Top = 4 Width = 122 Height = 13 Caption = 'Default &folder for updating' FocusControl = UpdateFolderEdit end object MaskEdit: TTntEdit Left = 8 Top = 61 Width = 268 Height = 21 TabOrder = 1 Text = '*.*' end object RecurseBox: TTntCheckBox Left = 8 Top = 90 Width = 268 Height = 17 Caption = '&Recursive processing subfolders' TabOrder = 2 end object ModeBox: TTntGroupBox Left = 143 Top = 130 Width = 128 Height = 110 Caption = ' &Update mode ' TabOrder = 5 object ModeAllBox: TTntCheckBox Left = 11 Top = 16 Width = 112 Height = 17 Caption = 'for &All files' TabOrder = 0 OnClick = ModeAllBoxClick end object ModeSizeBox: TTntCheckBox Left = 11 Top = 48 Width = 112 Height = 17 Caption = 'if Si&ze changed' TabOrder = 1 OnClick = ModeNewBoxClick end object ModeTimeBox: TTntCheckBox Left = 11 Top = 68 Width = 112 Height = 17 Caption = 'if Ti&me changed' TabOrder = 2 OnClick = ModeNewBoxClick end object ModeHashBox: TTntCheckBox Left = 11 Top = 88 Width = 112 Height = 17 Caption = 'if has &Empty hash' TabOrder = 3 end end object UpdateFolderEdit: TTntEdit Left = 8 Top = 20 Width = 268 Height = 21 TabOrder = 0 end object FindNewBox: TTntCheckBox Left = 8 Top = 110 Width = 268 Height = 17 Anchors = [akTop, akRight] Caption = 'Find &new files and Add to list' TabOrder = 3 end object DefaultBox: TTntGroupBox Left = 8 Top = 130 Width = 130 Height = 110 Anchors = [akTop, akRight] Caption = ' &Defaults for new files ' TabOrder = 4 DesignSize = ( 130 110) object HashLabel: TTntLabel Left = 8 Top = 17 Width = 48 Height = 13 Anchors = [akTop, akRight] Caption = 'Hash type' FocusControl = HashBox end object CodeLabel: TTntLabel Left = 8 Top = 65 Width = 72 Height = 13 Anchors = [akTop, akRight] Caption = 'Hash encoding' FocusControl = CodeBox end object HashBox: TComboBox Left = 8 Top = 33 Width = 114 Height = 21 Style = csDropDownList Anchors = [akTop, akRight] ItemHeight = 0 TabOrder = 0 end object CodeBox: TComboBox Left = 8 Top = 81 Width = 114 Height = 21 Style = csDropDownList Anchors = [akTop, akRight] ItemHeight = 0 TabOrder = 1 end end end object VerifyPage: TTntTabSheet Caption = '&Verify' DesignSize = ( 284 249) object VerifyFolderLabel: TTntLabel Left = 8 Top = 4 Width = 120 Height = 13 Caption = 'Default &folder for verifying' FocusControl = VerifyFolderEdit end object VerifyFolderEdit: TTntEdit Left = 8 Top = 20 Width = 268 Height = 21 TabOrder = 0 Text = 'UpdateFolderEdit' end object SizeBox: TTntCheckBox Left = 8 Top = 45 Width = 268 Height = 17 Anchors = [akTop, akRight] Caption = 'Mark the file as changed, if si&ze is different' TabOrder = 1 end object TimeBox: TTntCheckBox Left = 8 Top = 64 Width = 268 Height = 17 Anchors = [akTop, akRight] Caption = 'Mark the file as changed, if ti&me is different' TabOrder = 2 end end end end